home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_1011 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  392 b   |  11 lines

  1. on(release){
  2.    if(eval("/Variables:PositionPerso") eq "Crypte" or eval("/Variables:PositionPerso") eq "PontMilieu2" or eval("/Variables:PositionPerso") eq "PontFin2" or eval("/Variables:PositionPerso") eq "PontDebut2")
  3.    {
  4.       loadVariablesNum("/arcane/tracking/tracking.html?episode=7&stage=33",0);
  5.       tellTarget(_root)
  6.       {
  7.          gotoAndStop("Sc25a");
  8.       }
  9.    }
  10. }
  11.